@charset "utf-8";
/**
 * by Myy
 * 09-23-2014
 */
html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word}
body{font:12px '微软雅黑',\5b8b\4f53,Arial,sans-serif;background:#fff;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}
hr {height: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
sub,sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline}
sup {top: -.5em}
sub {bottom: -.25em}
img{border:none}
h1,h2,h3,h4,h5,h6{font-size:100%}
input,label,img,th{vertical-align:middle}
ul,ol,li{list-style:none}
a{text-decoration:none;background: transparent}
a:hover,a:active{text-decoration:none}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}
abbr[title] {border-bottom: 1px dotted}
pre {overflow: auto}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}
fieldset {padding: .35em .625em .75em;margin: 0 2px;border: 1px solid #c0c0c0}
legend {padding: 0;border: 0}
textarea {overflow: auto}
optgroup {font-weight: bold}
table{border-collapse:collapse;border-spacing:0}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}


@font-face {
	font-family: 'a';
	src: url('../fonts/Helvetica Condensed.ttf');
}
@font-face {
	font-family: 'b';
	src: url('../fonts/Helvetica Condensed Bold.ttf');
}

body{min-width:1200px;}
/*首页*/
.fullSlide{ 
	width:100%;  
	position:relative;  
	height:100%; 
	background:#000;  
}
.fullSlide .bd{
	width:100%;
	height:100%; 
}
.fullSlide .bd ul{ 
	width:100% !important;
	height:100%;  
}
.fullSlide .bd li{ 
	width:100% !important;
	height:100%; 
	overflow:hidden; 
	text-align:center; 
}
.fullSlide .bd li .font{
	position:absolute;
	top:40%;
	height:256px;
	left:50%;
	margin-left:-590px;
	margin-top:-128px;
}
.fullSlide .bd li .font img{
	display:block;
}
.fullSlide .bd li .font .img1{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.fullSlide .bd li .font .img2{
	margin-top:24px;
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.fullSlide .bd li .font a{
	display:block;
	width:100px;
	height:30px;
	background:#e8790e;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:14px;
	margin-top:30px;
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.fullSlide .hd{ 
	width:100%;
	position:absolute; 
	z-index:1; 
	bottom:117px;
	left:0; 
	height:8px;
	text-align:center;
}
.fullSlide .hd ul{ 
	text-align:center;
}
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1;
	width:54px; 
	height:8px; 
	margin:8px;
	overflow:hidden;
	background:#fff;
	line-height:9999px;
}
.fullSlide .hd ul li.on{ 
	background:#fbede5; 
}

/*公共头尾*/
.header-box.fix{
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	background:rgba(240,240,240,0.5) !important;
	border-bottom:none;
}
.header-box{		
	width:100%;
	height:108px;
	background:#fff;
	border-bottom:1px #ebebeb solid;
}
.header-box .header{
	width:1400px;
	margin:0 auto;
	overflow:hidden;
}
.header-box .header .logo{
	width:380px;
	line-height:108px;
	height:108px;
	float:left;
}
.header-box .header .logo img{
	max-width:100%;
	max-height:108px;
	display:block;
}
.header-box .header .nav{
	/*width:840px;*/
	float:right;
	overflow:hidden;
}
.header-box .header .nav ul{
	/*width:636px;*/
	float:left;
	overflow:hidden;
	line-height:108px;
	margin-right:50px;
}
.header-box .header .nav ul li{
	float:left;	
}
.header-box .header .nav ul li a{
	display:block;	
	color:#495056;
	font-size:16px;
	padding:0 15px;
	height:108px;
}
.header-box .header .nav ul li.on a{
	border-bottom:4px #000 solid;
}
.header-box .header .nav .link{
	width:173px;
	line-height:108px;
	float:right;
}
.footer-box.fix{
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(240,240,240,0.8) !important;
}
.footer-box{	
	width:100%;
	height:80px;
	/*line-height:80px;	*/
	padding:20px 0;
	background:#f8f8fa;
}
.footer-box .footer{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	color:#666666;
	font-size:14px;
}
.footer-box .footer .footer-lf{
	width:816px;
	float:left;
}
.footer-box .footer .footer-rg{
	width:260px;
	float:right;
}
.footer-box .footer .footer-rg img{
width:28px;}
.footer-box .footer a{
	color:#666;
	font-size:14px;
	margin:0 5px;
}


/*面包屑*/
.catpos-box{
	margin:27px 0 54px;
}
.catpos{
	width:1400px;
	margin:0 auto;
	color:#666;
	font-size:16px;
}
.catpos em{
	font-style:normal;
	padding:0 5px;
}


/*企业简介*/
.inner-banner{
	width:100%;
	height:620px;
}
.inner-banner.about{
	background:url(../img/inner1.jpg) no-repeat center center;
	background-size:cover;
}
.inner-banner .font{
	width:1400px;
	margin:0 auto;
	padding:80px 0;
	height:100%;
}
.inner-banner .font h2{
	color:#000;
	font-size:60px;
	text-transform: uppercase;
	font-family: b;
}
.inner-banner .font h1{
	color:#000;
	font-size:28px;
	font-weight:normal;
	margin-top:5px;
}
.inner-banner .font h3{
	color:#000;
	font-size:22px;
	font-weight:normal;
	margin-top:40px;
	text-transform: uppercase;
	font-family: a;
}
.inner-banner .font p{
	color:#777;
	font-size:16px;
	width:700px;
	line-height:26px;
	margin-top:15px;
	text-align: justify;
}
.inner-content{
	width:1400px;
	margin:0 auto;
	padding:0 0 90px;
}
.inner-content .title-box{
	margin-top:76px;
}
.inner-content .title{
	border-bottom:1px #656565 solid;
	height:50px;
}
.inner-content .title .img{
	height:51px;
	display:inline-block;
	padding-right:20px;
	background:#fff;
	padding-left:30px;
	line-height:60px;
	color:#000;
	font-size:44px;
	font-family: b;
	text-transform: uppercase;
}
.inner-content .title-box p{
	padding-left:30px;
	color:#333;
	font-size:28px;
	margin-top:15px;
}
.about-list{
	width:100%;	
	margin-top:65px;
}
.about-list ul{
	overflow:hidden;
}
.about-list ul li{
	width:23%;
	float:left;
	margin:0 1%;
	background:#f8f8fa;
	padding:25px 0;
	text-align:center;
}
.about-list ul li p{
	color:#495056;
	font-size:16px;
	/*margin-top:46px;
	line-height:26px;*/
	display:inline;
}
.about-list ul li img{
	max-width:85px;
	margin-right:40px;
}
.about-list ul li:hover img{
	animation: xuanzhuan 1s infinite; 
	-webkit-animation: xuanzhuan 1s infinite;
}
@-webkit-keyframes 'xuanzhuan' {from {-webkit-transform:perspective(400px) rotateY(0deg);}to {-webkit-transform:perspective(400px) rotateY(360deg);}} 


/*新闻中心*/
.news-content{
	width:1300px;
	margin:0 auto;
	padding:0 50px 50px;
	overflow:hidden;
}
.news-content .news-left{
	width:60%;
	float:left;
}
.news-content .news-right{
	width:32%;
	float:right;
}
.news-content .news-left .news{
	border-bottom:1px #dedede solid;
	margin-top:34px;
}
.news-content .news-left .news:last-child{
	border:none;
}
.news-content .news-left .news h6{
	color:#666666;
	font-size:14px;
	font-weight:lighter;
}
.news-content .news-left .news h1{
	color:#333;
	font-size:20px;
	margin-top:20px;
}
.news-content .news-left .news p{
	color:#666;
	font-size:14px;
	margin-top:20px;
	line-height:26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news-content .news-left .news a{
	display:block;
	width:150px;
	height:40px;
	color:#333;
	font-size:14px;
	border:1px #999 solid;
	text-align:center;
	line-height:40px;
	margin:37px 0 50px;
}
.news-content .news-left .news a:hover{
	background:#333;
	color:#fff;
}
.news-right .title{
	height:50px;
	line-height:50px;
	border-bottom:1px #999 solid;
	padding-left:20px;
	color:#333;
	font-size:20px;
}
.news-right ul li{
	border-bottom:1px #dedede solid;
	padding:20px;
}
.news-right ul li a{
	color:#333;
	font-size:18px;
}
.news-right ul li a p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-right ul li a span{
	color:#999;
	font-size:14px;
}

.pages{
	clear:both;
	text-align:center;
	margin:30px auto 0;
	text-align:center;
}
.pages span,.pages a{
	display:inline-block;
	width:50px;
	height:37px;
	line-height:37px;
	text-align:center;
	border:1px #d4d4d4 solid;
	border-radius:3px;
	color:#333;
	background:#fff;
	font-size:14px;
	margin:0 2px;
}
.pages .disabled{
	color:#bbbbbb;
}
.pages .curser{
	color:#fff;
	background:#333;
	border-color:#333
}
.pages a:hover{
	color:#fff;
	background:#333;
	border-color:#333
}

.pages .prev{
	width:84px;
}
.pages .next{
	width:84px;
}
.pages .current{
	background:#333;
	color:#fff;
	border-color:#333
}

/*新闻详情*/
.news-mainbox{
	width:937px;
	margin:0 auto 36px;
	padding-bottom:60px;
	border-bottom:2px #333 solid;
}
.news-mainbox .h1-box{
	width:100%;
	text-align:center;
	padding:18px 0;
	background:#f8f8fa;
}
.news-mainbox .h1-box h1{
	color:#333;
	font-size:30px;
	font-weight:normal;
}
.news-mainbox .h1-box h2{
	color:#666;
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
}
.news-mainbox .main-box{
	padding:40px;
}
.news-mainbox .main-box p{
	font-size:16px;
	color:#666;
	line-height:34px;
	text-align: left;
	/*text-indent:2em;*/
	margin-top:40px;
}
.news-mainbox .main-box img{
	width:100%;
	/*display:block;*/
	margin-top:10px;
	height:auto !important;
}
.list-page{
	width:937px;
	overflow:hidden;
	margin:0 auto 94px;
}
.list-page a{
	display:block;
	width:50%;
	float:left;
	height:46px;
	line-height:46px;
	color:#051e31;
	font-size:14px;
	background:#f6f8f7;
}
.list-page a.prev{
	text-align:right;
	padding-right:30px;
	background:url(../img/left.png) #f6f8f7 no-repeat 5% center;
}
.list-page a.next{
	float:right;
	padding-left:30px;
	color:#fff;
	background:url(../img/right.png) #333 no-repeat 95% center;
}


/*产品中心*/
.pro-nav{
	width:100%;
	overflow:hidden;
}
.pro-nav a{
	display:block;
	float:left;
	width:15.4%;
	margin:0 0.58%;
	background:#f4f4f4;
	text-align:center;
	height:70px;
	padding:10px 0;
	color:#666666;
	font-size:20px;
}
.pro-nav a span{
	font-size:16px;
}
.pro-nav a.on{
	background:#333;
	color:#fff;
}
.pro-nav a:hover{
	background:#333;
	color:#fff;
}
.pro-list{
	width:100%;	
}
.pro-list ul{
	overflow:hidden;
	padding-bottom:80px;
}
.pro-list ul li{
	width:30%;
	margin:48px 1.5% 0;
	float:left;
	position:relative;
	overflow:hidden;
}
.pro-list ul li img{
	width:100%;
}
.pro-list ul li .link{
	display:block;
	width:100%;
	height:73px;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.9);
	padding:15px 0 15px 15px;
	color:#666666;
	font-size:14px;
	
}
.pro-list ul li .link span{
	color:#333;
	font-size:18px;
}
.pro-list ul li .link .link-rg{
	width:55px;
	height:73px;
	position:absolute;
	right:0;
	background:url(../img/jt.png) no-repeat center center;
	top:0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
}


.pro-list ul li img{
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
}
.pro-list ul li:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.pro-list ul li:hover .link .link-rg{
	background:url(../img/jt2.png) no-repeat center center;
}


/*客户案例*/
.case-list{
	width:100%;	
}
.case-list ul{
	overflow:hidden;
	padding-bottom:80px;
}
.case-list ul li{
	width:47%;
	margin:48px 1.5% 0;
	float:left;
	position:relative;
	overflow:hidden;
	-moz-box-shadow:1px 5px 20px #F4F4F4; 
	-webkit-box-shadow:1px 5px 20px #F4F4F4; 
	box-shadow:1px 5px 20px #F4F4F4;
}
.case-list ul li .img-box{
	width:100%;
	display:block;
	overflow:hidden;
}

.case-list ul li .link{
	display:block;
	width:100%;
	height:103px;
	background:#fff;
	padding:30px 0 30px 30px;
	color:#666666;
	font-size:14px;
	position:relative;
}
.case-list ul li .link .link-lf{
	overflow:hidden;
}
.case-list ul li .link .link-lf .p1{
	padding-right:20px;
	float:left;
	color:#333;
	font-size:20px;
	border-right:1px #e5e5e5 solid;
}
.case-list ul li .link .link-lf .p1 span{
	display:block;
	color:#999;
	font-size:12px;
}

.case-list ul li .link .link-lf .p2{
	padding-left:20px;
	float:left;
	color:#333;
	font-size:18px;
}
.case-list ul li .link .link-lf .p2 span{
	color:#333;
	font-size:14px;
	padding-left:15px;
}
.case-list ul li .link .link-lf .p2 .span1{
	background:url(../img/icon5.png) no-repeat left center;
	margin-right:50px;
}
.case-list ul li .link .link-lf .p2 .span2{
	background:url(../img/icon6.png) no-repeat left center;
}

.case-list ul li .link .link-rg{
	width:52px;
	height:52px;
	position:absolute;
	right:30px;
	background:url(../img/jt1.png) no-repeat center center;
	top:-26px;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
}


.case-list ul li img{
	width:100%;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
}
.case-list ul li:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.case-list ul li:hover .link .link-rg{
	background:url(../img/jt1-1.png) no-repeat center center;
}

/*产品详情*/
.pro-banner{
	position:relative;
}
.pro-banner .font{
	position:relative;
	z-index:999;
}
.fullSlide1{ 
	width:100%;  
	position:absolute;  
	height:100%; 
	top:0;
}
.fullSlide1 .bd1{
	width:100%;
	height:100%; 
}
.fullSlide1 .bd1 ul{ 
	width:100% !important;
	height:100%;  
}
.fullSlide1 .bd1 li{ 
	width:100% !important;
	height:100%; 
	overflow:hidden; 
	text-align:center; 
}
.fullSlide1 .hd1{ 
	display:none;
}
.fullSlide1 .prev{
	width:52px;
	height:52px;
	display:block;
	position:absolute;
	right:50%;
	margin-right:-500px;
	bottom:25px;
	background:url(../img/left1.png) no-repeat center center;
	z-index:9999;
}
.fullSlide1 .next{
	width:52px;
	height:52px;
	display:block;
	position:absolute;
	right:50%;
	margin-right:-560px;
	bottom:25px;
	background:url(../img/right1.png) no-repeat center center;
	z-index:9999;
}
.fullSlide1 .prev:hover{
	background:url(../img/left1-1.png) no-repeat center center;
}
.fullSlide1 .next:hover{
	background:url(../img/right1-1.png) no-repeat center center;
}


.special-box{
	width:100%;
	margin:80px 0;
	padding-left:30px;
}
.spe-nav{
	overflow:hidden;
}
.spe-nav a{
	display:block;
	float:left;
	height:52px;
	line-height:52px;
	padding:0 30px;
	margin-right:20px;
	background:#f4f4f4;
	font-size:16px;
	color:#333
}
.spe-nav a.on{
	background:#323232;
	color:#fff;
}
.spe-nav a span{
	margin-left:10px;
}

.spe-main{
	display:none;
	width:100%;
	padding:27px;
	margin-top:53px;
}
.spe-main .main-top{
	overflow:hidden;
}
.spe-main .main-top .main-left{
	width:65%;
	float:left;
}
.spe-main .main-top .main-left h1{
	color:#333;
	font-size:24px;
}
.spe-main .main-top .main-left p{
	color:#666666;
	font-size:14px;
	line-height:24px;
	margin-top:20px;
}
.spe-main .main-top .img{
	width:30%;
	float:right;
	overflow:hidden;
}
.spe-main .main-top .img img{
	width:100%;
}
.spe-main .main-bottom{
	margin-top:40px;
	padding:18px 35px;
	background:#f6f8f7;
	overflow:hidden;
}
.spe-main .main-bottom .main-left{
	width:70%;
	float:right;
}
.spe-main .main-bottom .main-left h1{
	color:#333;
	font-size:24px;
	margin-top:30px
}
.spe-main .main-bottom .main-left p{
	color:#666666;
	font-size:14px;
	line-height:24px;
	margin-top:20px;
}
.spe-main .main-bottom .img{
	width:25%;
	float:left;
	overflow:hidden;
}
.spe-main .main-bottom .img img{
	width:100%;
}

.spe-main.on{
	display:block;
}

.pro-list.pro-tj ul li{
	width:25%;
	height:300px;
	margin:48px 4% 0;
}
.pro-list.pro-tj ul{
	padding-bottom:0
}
.pro-list.pro-tj ul li .link{
	display:block;
	width:100%;
	height:48px;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.9);
	padding:0 50px 0 15px;
	line-height:48px;
	color:#666666;
	font-size:14px;	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.pro-list.pro-tj ul li .link .link-rg{
	width:48px;
	height:48px;
	background:url(../img/jt1.png) no-repeat center center;
}
.pro-list.pro-tj ul li:hover .link .link-rg{
	background:url(../img/jt1-1.png) no-repeat center center;
}

/*客户详情*/
.cus-list{
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	width:515px;
	/*height:350px;*/
	margin-top:40px;
	padding: 20px;
}
.cus-list table{
	width:100%;
}
.cus-list table tr{
	border-bottom:1px #dedede solid;
	
}
.cus-list table tr td{
	height:44px;
	color:#232323;
	font-size:14px;
}
.cus-list table tr td:first-child{
	width:100px;
	color:#7e7e7e;
	font-size:14px;
}

.information-box{
	width:100%;
	overflow:hidden;
	padding:30px;
}
.info-lf{
	width:335px;
	float:left;
	height:335px;
	overflow:hidden
}
.info-lf img{
	max-width:100%;
}
.info-rg{
	width:65%;
	float:right;
}
.info-rg ul{
	overflow:hidden;
	padding:24px 0
}
.info-rg ul li{
	width:50%;
	float:left;
	height:28px;
	line-height:28px;
	margin-bottom:8px;
	color:#333;
	font-size:14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}
.info-rg ul li span{
	width:95px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:#999;
	margin-right:10px;
}

.info-content{
	background:#f8f8fa;
	width:100%;
	padding:60px 0 0;
	margin-top:80px;
}
.info-content .inner-content .title-box{
	margin-top:0
}
.info-content .inner-content .title .img{
	height:51px;
	display:inline-block;
	padding-right:20px;
	background:#f8f8fa;
	padding-left:30px;
	line-height:60px;
	color:#000;
	font-size:44px;
	font-family: b;
	text-transform: uppercase;
}
.info-tx{
	width:100%;
	margin-top:76px;
}
.tx-top ul{
	text-align:center;
}
.tx-top ul li{
	display:inline-block;
	font-size:16px;
	color:#666;
	margin:0 47px;
}
.tx-top ul li img{
	display:block;
	margin-bottom:18px;
}

.tx-bottom{
	overflow:hidden;
	margin-top:50px;
}
.tx-bottom .img{
	width:56%;
	float:left;
}
.tx-bottom .img img{
	width:23%;
	margin-right:1%;
}
.tx-bottom .font{
	width:40%;
	float:right;
	color:#666;
	font-size:16px;
	text-align: justify;
	line-height:30px;
}


/*联系我们*/
.inner-banner.contact{
	background:url(../img/contact.jpg) no-repeat center center;
	background-size:cover;
}
.contact-content{
	overflow:hidden;
	width:100%;
	margin-top:53px;
}
.con-lf{
	width:50%;
	float:left;
	background:#f8f8fa;
	padding:35px;
	height:727px;
}
.con-lf .top h1{
	color:#666;
	font-size:22px;
	margin-bottom:20px;
	font-weight:normal;
}
.con-lf .top h1 img{
	max-width:30px;
	margin-right:10px;
}
.con-lf .top p{
	color:#666;
	font-size:16px;
	line-height:30px;
}
.con-lf .bottom{
	background:#fcfcfd;
	padding:16px;
	margin-top:50px;
}
.con-lf .bottom h2{
	color:#999;
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
}
.con-lf .bottom p{
	color:#999;
	font-size:12px;
	line-height:20px;
}
.con-rg{
	width:50%;
	float:left;
	height:727px;
}

.message-box{
	margin-top:60px;
	width:100%;
	padding:80px 80px 30px;
	-moz-box-shadow:5px 5px 20px #F4F4F4; 
	-webkit-box-shadow:5px 5px 20px #F4F4F4; 
	box-shadow:5px 5px 20px #F4F4F4;
	overflow:hidden;
}
.message-box .t{
	text-align:center;
	margin-bottom:56px;
}

.message-box .t p{
	font-size:48px;
	color:#333;
	font-family:b;
	text-transform: uppercase;
}
.message-box .t span{
	color:#333;
	font-size:28px;
}
.message{
	width:55%;
	float:left;
	margin-bottom:10px;
}
.message1{
	width:40%;
	float:right;
	margin-bottom:10px;
}
.message input[type="text"]{
	width:100%;
	height:38px;
	background:#fcfcfc;
	border:1px #e5e5e7 solid;
	padding-left:15px;
	color:#2a3947;
	font-size:14px;
}
.message1 input[type="text"]{
	width:100%;
	height:38px;
	background:#fcfcfc;
	border:1px #e5e5e7 solid;
	padding-left:15px;
	font-size:14px;
}
.message textarea{
	width:100%;
	height:150px;
	background:#fcfcfc;
	border:1px #e5e5e7 solid;
	padding:10px 15px;
	font-size:14px;
	resize:none;
}
.message1 .tj{
	float:right;
	width:140px;
	height:40px;
	background:#333;
	color:#fff;
	font-size:14px;
	border:none;
	margin-right:40px;
}
.sub{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.message1 .qx{
	float:right;
	width:140px;
	height:40px;
	background:#999;
	color:#fff;
	font-size:14px;
	border:none;
}


/*新详情*/
.zjbg{
	padding:27px;
	overflow:hidden;
}
.zjbg .left{
	width:96px;
	height:285px;
	padding:37px 30px;
	margin-left:30px;
	float:left;
	border:1px #e5e5e5 solid;
	color:#333;
	font-size:28px;
	text-align:center;
}
.zjbg .left img{
	width:100%;
	margin-top:20px;
}
.zjbg .right{
	width:1200px;
	overflow:hidden;
	float:right;
}
.zjbg .right img{
	display:block;
	width:200px;
	height:285px;
	float:left;
	margin:0 20px;
}




/*新详情*/
.zjbg{
	padding:27px;
	overflow:hidden;
}
.zjbg .left{
	width:96px;
	height:285px;
	padding:37px 30px;
	margin-left:30px;
	float:left;
	border:1px #e5e5e5 solid;
	color:#333;
	font-size:28px;
	text-align:center;
}
.zjbg .left img{
	width:100%;
	margin-top:20px;
}
.zjbg .right{
	width:1200px;
	overflow:hidden;
	float:right;
}
.zjbg .right img{
	display:block;
	width:200px;
	height:285px;
	float:left;
	margin:0 20px;
}



/*新的产品详情*/
.newpro-box{
	width:100%;
	margin:30px 0;
	padding-left:30px;
}
.newpro-box .main-bottom{
	padding:18px 35px 18px 360px;
	background:#f6f8f7;
	overflow:hidden;
	position:relative;
	min-height:430px;
}
.newpro-box .main-bottom .main-left{
	width:100%;
}
.newpro-box .main-bottom .main-left h1{
	color:#333;
	font-size:24px;
	margin-top:30px
}
.newpro-box .main-bottom .main-left p{
	color:#666666;
	font-size:14px;
	line-height:24px;
	margin-top:20px;
}
.newpro-box .main-bottom .img{
	width:360px;
	position:absolute;
	top:0;
	left:0
}
.newpro-box .main-bottom .img img{
	width:100%;
}
.newpro-con2{
	width:95%;
	overflow:hidden;
	margin:60px auto;
}
.newpro-con2 .cn{
	width:40%;
	float:left;
}
.newpro-con2 .en{
	width:57%;
	float:right;
}
.newpro-con2 ul li{
	color:#666;
	font-size:14px;
	line-height:40px;
	background:url(../img/newpro1.png) no-repeat left 16px;
	padding-left:20px;
}

.newpro-con3{
	width:90%;
	overflow:hidden;
	margin:60px auto;
}
.newpro-con3 ul li{
	color:#333;
	font-size:16px;
	line-height:27px;
	overflow:hidden;
	margin:10px 0;
}
.newpro-con3 ul li span{
	width:450px;
	height:27px;
	line-height:27px;
	padding-left:20px;
	display:block;
	float:left;
	background:#676f77;
	color:#fff;
	margin-right:60px;
}

#MagnifierWrap2{
	position: relative;
	width: 308px;
	margin:18px auto;
	z-index:999;
}
.MagnifierMain{
	position: relative;
	width: 100%;
	height: 308px;
	overflow:hidden;
}
.MagnifierMain img{
	width: 100%;
}
.MagnifierDrag{
	position: absolute;
	top:0;
	left: 0;
	background-color: #ccc; 
	opacity: 0.4;
	filter:alpha(opacity = 40);
	cursor: move;
}
.MagnifierPop{
	position: absolute;
	top:0;
	overflow: hidden;
	background:#fff url(../picture/loading.gif) no-repeat center center; 
	z-index:999;
}

.MagnifierImg{
	position: absolute;
	top:0; 
	left: 0;
	z-index:999;
}
.spec-items{
	position: relative;
	width: 256px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
}
.spec-items ul{
	width: 500%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.spec-items ul *{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-items li{
	width: 64px;
	height: 64px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	padding:1px;
	border:1px #fff solid;
}
.spec-items li.on{border:1px solid #000;}
.spec-items li img{width: 100%;height:100%;display:block; } 
span.spe_leftBtn,span.spe_rightBtn{
	position: absolute;
	bottom: 0px;
	display: block;
	width: 20px;
	height: 64px;
	line-height:64px;
	text-align: center;
	font-size: 24px;
	color: #ddd;
	cursor: default;
	background-color: #f9f9f9;
}
#MagnifierWrap2 span.on{background-color: #ccc;color: #999;cursor: pointer;} 
.spe_leftBtn{left: 0;}
.spe_rightBtn{right: 0;}
.news-right .title{

}
.news-right .title span{
	width:80px;
	display:block;
	float:left;
	margin:0 50px;	
	height:52px;
	cursor: pointer;
}
.news-right .title span.on{
	border-bottom:4px #333 solid;
}
.news-tj{
	display:none;
}
.news-tj.on{
	display:block;
}


.news-tj .more{
	border-bottom:none;
}
.news-tj .more a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background:#333;
}
.culturebox{
	width:96%;
	overflow:hidden;
	margin:0 auto 40px;
}
.culturebox .img{
	width:100%;
	height:570px;
	overflow:hidden;
	/*float:left;*/
}

.culturebox .img img{
	display:block;
	width:100%;
	
}
.culturebox .font{
	width:100%;
	/*float:right;*/
	margin-top:50px;
}
.culturebox .font .t{
	color:#333333;
	font-size:24px;
	margin:10px 0;
}
.culturebox .font .main{
	color:#495056;
	font-size:14px;
	line-height:24px;
}
.aboutList .picMarquee-left{ 
	width:100%;  
	overflow:hidden; 
	position:relative;  
}
.aboutList{
	margin:65px auto 0;
	width:1320px;
}
.aboutList .picMarquee-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.aboutList .picMarquee-left .bd ul li{ 
	margin:0 25px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center; 
	width:400px;
	position:relative;
}
.aboutList .picMarquee-left .bd ul li .img{
	width:100%;
	height:250px;
	overflow:hidden;
	
}
.aboutList .picMarquee-left .bd ul li .img img{
	display:block;
	width:100%;
}
.aboutList .picMarquee-left .bd ul li .t{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
	height:60px;
	line-height:60px;
	padding:0 2%;
	width:100%;
	background:url(../img/111new-jt.png) rgba(0,0,0,0.6) no-repeat 98% center;
}


.aboutList .picMarquee-left .bd ul li .main{
	color:#495056;
	font-size:14px;
	line-height:24px;
	text-align:left;
}

.product-nav{
	width:100%;
	height:54px;
	background:#f5f5f5;
}
.product-nav .product-header{
	width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.product-nav .product-header .product-nav{
    float: right;
    overflow: hidden;
  width:600px;
    margin-right:220px;
}
.product-nav .product-header .product-nav .category{
	text-align: right;
}
.product-nav .product-header .product-nav .category li{
	display:inline-block;
	*display:inline;
	
	
}
.product-nav .product-header .product-nav .category li a{
	color:#41485a;
	font-size:16px;
  display:block;
  height:54px;
  line-height:54px;
  padding: 0 15px;
}
.new-pro-content{
	overflow:hidden;
}
.new-pro-item{
	float:left;
	width:432px;
	height:230px;
	margin:20px 15px;
  overflow:hidden;
}
.new-pro-item a{
	display:block;
	position:relative;
}
.new-pro-item a .img{
	display:block;
	width:100%;
	height:100%;
}
.new-pro-item a .text{
	position:absolute;
	top:0;
	left:0;
	width:240px;
	height:80px;
	background:rgba(255,255,255,.9);
	z-index:2;
}
.new-pro-item a .text1{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.9);
	z-index:1;
	opacity:0;
	transition: all .3s;
}
/*.new-pro-item a .text.on{
	width:100%;
	height:100%;
}*/
.new-pro-item a .text p{
	height:80px;
	line-height:80px;
	color:#333333;
	font-size:18px;
	padding-left:30px;
	transition: all .3s;
}
.new-pro-item a .text1 img{
	position:absolute;
	bottom:20px;
	right:30px;
}
.new-pro-item:hover a .text p{
	color:#78b928
}
.new-pro-item:hover a .text{
	background:none;
}
.new-pro-item:hover a .text1{
	opacity:1;
}



/* 本例子css */
.inner-content-new {
    width: 1400px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.picScroll-left1{ width:100%;overflow:hidden; position:relative;}
.picScroll-left1 .hd{ display:none; }
.picScroll-left1 .bd{ padding:0 90px;   }
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ 
	margin:0 12px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
	width:281px;
	
}
.picScroll-left1 .bd ul li a{
	display:block;
}
.picScroll-left1 .bd ul li .name{
	background:#f9f9f9;
	overflow:hidden;
	height:50px;
	padding:5px 10px;
}
.picScroll-left1 .bd ul li .name span{
	color: #333;
    font-size: 16px;
    width:100%;
    display:block;
    float:left;
    text-align: left;
}
.picScroll-left1 .bd ul li .name em{
	color: #000;
    font-size: 14px;
    width:100%;
    display:block;
    float:left;
    font-style:normal;
    text-align: left;
}
.picScroll-left1 .bd ul li .pic img{
	display:block;
	max-width:100%;
}

.picScroll-left1 .bd ul li .pic{
	width:281px;
	height:281px;
	overflow:hidden;
}
.picScroll-left1 .prev{
	width:70px;
	height:331px;
	background:#f9f9f9;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	line-height:331px;
}
.picScroll-left1 .next{
	width:70px;
	height:331px;
	background:#f9f9f9;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	line-height:331px;
}





@media screen and (max-width:1420px) {
	.header-box .header{width:1200px;}
	.header-box .header .logo{
		width:280px;
	}
  .header-box .header .logo img{
    margin-top:12px
  }
	.inner-banner .font{width:1200px;}
	.catpos{width:1200px;}
	.inner-content{width:1200px;}
	.news-content{width:1200px;}
	.zjbg .left{
		width:90px;
		height:255px;
	}
	.zjbg .left img{
		width:100%;
		margin-top:20px;
	}
	.zjbg .right{
		width:1000px;
	}
	.zjbg .right img{
		width:180px;
		height:255px;
		margin:0 10px;
	}
	
	.aboutList{
		width:1100px;
	}
	.product-nav .product-header{width:1200px;}
	.new-pro-item{
		width:370px;
		height:195px;
	}
	.inner-content-new {
	    width: 1200px;
	}
	.picScroll-left1 .bd ul li{
		width:230px;
	}
	.picScroll-left1 .bd ul li .pic{
		width:230px;
		height:230px;
	}
	
}
@media screen and (max-width:1280px) {
	.header-box .header{width:95%;}
	.header-box .header .nav ul{
		width:580px;
		margin-right:10px;
	}
	.header-box .header .nav ul li a{
	padding:0 10px;
	}
	.footer-box .footer{width:95%;}
	.header-box .header .nav{width:67%;}
	.header-box .header .logo{width:30%;}
	.fullSlide .bd li .font{margin-left:-490px;}
	.inner-banner .font{width:95%;}
	.catpos{width:95%;}
	.inner-content{width:95%;}
	.news-content{width:95%;}
	.zjbg .left{
		width:90px;
		height:255px;
	}
	.zjbg .left img{
		width:100%;
		margin-top:20px;
	}
	.zjbg .right{
		width:960px;
	}
	.zjbg .right img{
		width:180px;
		height:255px;
		margin:0 6px;
	}
	.product-nav .product-header{width:95%;}
	.product-nav .product-header .product-nav{width:67%;margin-right: 144px}
	.new-pro-item{
		width:31%;
		height:190px;
		margin:20px 1%;
	}
}


.partner-left{
	overflow:hidden;
  width:1200px;
  margin:0 auto;
}
.partner-li{
	width:264px;
  height:264px;
  margin:18px;
  float:left;
  border:1px #ccc solid;
  position:relative;
  
}
.partner-li .imgbox{
  overflow:hidden;
  width:262px;
  height:262px;
  line-height:262px;
  text-align:center;
  font-size:0px;
}
.partner-li img{
  max-width:100%;
  transition:all 0.5s;
}
.partner-li:hover img{
	transform:scale(1.1);
}
.partner-li p{
	position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:5px;
  background:rgba(0,0,0,0.5);
  color:#fff;
  min-height:26px;
  font-size:12px;
}